ServiceUpdateDelegate Method (Mailbox, IListDelegateUser) |
Updates delegates on a specific mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic DelegateResponse UpdateDelegate(
Mailbox mailbox,
IList<DelegateUser> delegateUsers
)
Public Function UpdateDelegate (
mailbox As Mailbox,
delegateUsers As IList(Of DelegateUser)
) As DelegateResponse
Parameters
- mailbox
- Type: Independentsoft.ExchangeMailbox
The mailbox to update delegates on. - delegateUsers
- Type: System.Collections.GenericIListDelegateUser
The delegate users to update.
Return Value
Type:
DelegateResponseA collection of objects that provides the results of the operation.
See Also